home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / windonal / bizwiz / install.inf / install.txt
Text File  |  1993-03-31  |  2KB  |  67 lines

  1. ; EDI Install Pro - v1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application]
  6. ; Application information
  7. Name=BizWiz and M-B-A-nalyst 
  8. Title=BizWiz & M-B-A-nalyst Installation
  9. Directory=C:\CALCTECH
  10. PM Group=CalcTech Calculators
  11. Free Space=576
  12. Files Total=300
  13. Background=Dithered
  14. Bitmap File=install.cal
  15. Readme=license.txt
  16.  
  17.  
  18. [Components]
  19. ;List of components.  Description and size (in KB).
  20. 1="Documentation" 16
  21. 2="BizWiz financial calculator" 271
  22. 3="M-B-A-nalyst financial calculator" 289
  23.  
  24.  
  25. [Disks]
  26. ;List of disks needed.  Names are used for user request.  They
  27. ;do not need to be the disk's label.
  28. 1=BizWiz and M-B-A-nalyst
  29.  
  30.  
  31. [Directories]
  32. ;lists of directories that must be created from the destination directory
  33. ;files to be copied are in the same directory structure on the
  34. ;floppy (by default).  You may use 0 as the root destination directory.
  35.  
  36.  
  37. [Files]
  38. ;description, filename, (Component #), (dir #), (diskette #), (Compressed?), (Version Check)
  39. ReadMe text file=README.TXT          1 0 1 N A
  40. License agreement=LICENSE.TXT        1 0 1 N A
  41. Order Form Icon=INSTALL.ICO          1 0 1 N A
  42. BizWiz Site Form 2=BIZSITE.TXT       1 0 1 N A
  43. BizWiz Site Form 1=BIZSITE.WRI       1 0 1 N A
  44. M-B-A-nalyst Site Form 2=MBASITE.TXT 1 0 1 N A
  45. M-B-A-nalyst Site Form 1=MBASITE.WRI 1 0 1 N A
  46. Order Form Text=ORDRFORM.TXT         1 0 1 N a
  47. Order Form=ORDRFORM.WRI              1 0 1 N A
  48. BizWiz Program=BIZWIZ.EX$            2 0 1 Y A
  49. BizWiz Help=BIZWIZ.HL$               2 0 1 Y A
  50. M-B-A-nalyst Program=MBA.EX$         3 0 1 Y A
  51. M-B-A-nalyst Help=MBA.HL$            3 0 1 Y A
  52.  
  53. [PM Group]
  54. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  55. ;Use "%%" (without the quotes) to specify the files path.  Don't forget the "\"!
  56. ;Enclose command line in quotes (") if it contains any parameters.
  57. ;(EX: "WRITE.EXE %%\TEXT.WRI")
  58. ;The only required entry is the program.  You don't have to specify the others if you
  59. ;don't need them.
  60.  
  61. BizWiz=2 %%\BIZWIZ.EXE
  62. M-B-A-nalyst=3 %%\MBA.EXE
  63. Order Form=1 "WRITE.EXE %%\ORDRFORM.WRI" %%\INSTALL.ICO
  64. BizWiz Site License=2 "WRITE.EXE %%\BIZSITE.WRI" %%\INSTALL.ICO
  65. M-B-A-nalyst Site License=3 "WRITE.EXE %%\MBASITE.WRI" %%\INSTALL.ICO
  66.  
  67.